| Overload | Description |
|---|---|
| BulkInsert(IEnumerable<KeyValuePair<TKey,TValue>>) | Rewrite the entire BTree as a transaction to include the provided items. This method is Thread safe. If the input is already sorted, use BulkInsertOptions overload to specify InputIsSorted = true. |
| BulkInsert(IEnumerable<KeyValuePair<TKey,TValue>>,BulkInsertOptions) | Rewrite the entire BTree as a transaction to include the provided items. This method is Thread safe. If the input is already sorted, use BulkInsertOptions overload to specify InputIsSorted = true. |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7